




/* tabs2 styles */

DIV.tabs2
{
   float            : left;
   width            : 100%;
   background       : url("/images/tabs1Border.gif") repeat-x bottom;
}

DIV.tabs2 UL
{
   margin           : 0px;
   padding-left     : 10px;
   list-style       : none;
   white-space      : nowrap;
}

DIV.tabs2 LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
   white-space      : nowrap;
}

DIV.tabs2 A
{
   float            : left;
   font-size        : x-small;
   font-weight      : bold;
   text-decoration  : none;
}

DIV.tabs2 A:hover SPAN:hover
{
	color: #FF9500;
}

DIV.tabs2 A:link, DIV.tabs2 A:visited,
DIV.tabs2 A:active
{
   color            : #115E94;
}

DIV.tabs2 SPAN
{
   float            : left;
   display          : block;
   padding          : 5px 9px;
   white-space      : nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.tabs2 SPAN {float : none;}
/* End IE5-Mac hack */

